home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 45 / Amiga Format CD45 (1999-09)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-11].iso / -serious- / sound / delfaiff / delfaiff.readme < prev    next >
Text File  |  1999-08-09  |  3KB  |  85 lines

  1. Short:  AIFF sound player for Delfina DSP
  2. Author: Smack/Infect! (Michael Henke)
  3. Type:   mus/play
  4.  
  5.  
  6.  #features
  7.    -supports AIFF-SSND (uncompressed) and AIFF-ADP4 (4bit ADPCM) files
  8.    -multi-stage buffering system for smooth playback while loading
  9.    -full source code included
  10.  
  11.  
  12.  #requirements
  13.    -CPU 68020+
  14.    -AmigaOS V37+
  15.    -Delfina DSP board - delfina.library V4+
  16.    -asyncio.library V39+
  17.  
  18.    -tested on: A1200 (68030+882 @ 40MHz, 16MB Fast, Delfina1200 DSP)
  19.  
  20.  
  21.  #recommended
  22.    -reqtools.library V38+
  23.    -FastRAM
  24.    -some AIFF files :-)
  25.  
  26.  
  27. ;
  28. ;
  29. ;---------------------------------
  30. ;
  31. ; DelfAIFF 0.1
  32. ; code by Smack/Infect!
  33. ; Sat 24-Jul-1999
  34. ;
  35. ;---------------------------------
  36. ;
  37. ;
  38.  
  39.  
  40.  #introduction
  41.    This is my first program for Delfina DSP (nice sound board featuring
  42.    the powerful Motorola 56002 DSP). I have no intentions to implement
  43.    many more features in DelfAIFF because for me it's rather a coding
  44.    exercise than a full featured tool. Anyway, if you find a bug or have
  45.    any comments or ideas then don't hesitate to contact me!
  46.    
  47.  
  48.  #how to use it
  49.    DelfAIFF is a shell-only program. The argument template is:
  50.    FILES/M          one or more filenames
  51.                     (if omitted a reqtools file requester appears)
  52.  
  53.    During playback you can use these controls:
  54.    CTRL-C           stop current file, start next file
  55.    CTRL-D           exit program
  56.  
  57.  
  58.  #technical stuff
  59.    Those AIFF-ADP4 files are created using this program:
  60.       AudioConvert V1.0 (c) Stephane TAVENARD
  61.       (distributed together with his nice program SongPlayer)
  62.    The 4bit ADPCM method reduces the file size of 16bit sound to 1/4 while
  63.    retaining a suprisingly high sound quality.
  64.    DelfAIFF utilizes Delfina DSP for decoding this file format and therefore
  65.    needs only very little CPU time. (perfect for background music even on
  66.    slow 68030 machines:-)
  67.  
  68.    I'm planning to code an MPEG audio decoder for Delfina DSP. The 56002 DSP
  69.    should have enough power to handle this in realtime. (faster than 68060!)
  70.    Anybody interested? Anybody able to support me with some docs and sources?
  71.    Then contact me now!
  72.  
  73.  
  74.  #author
  75.    email: smack@smack.de
  76.  
  77.    DelfAIFF is Copyright (c) 1999 by Michael Henke.
  78.    It is released as FREEWARE, which means it may be distributed and used
  79.    for free, but no profit may be made with it (neither by selling the
  80.    program nor by using it for commercial purposes). The program and the
  81.    information within this text are provided 'AS-IS'. The entire risk as
  82.    to its quality and performance is with the user. In no event will the
  83.    author be liable for direct, indirect, incidental or consequential
  84.    damages resulting from any defect in the program.
  85.